home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / flute183.zip / README.TXT < prev    next >
Text File  |  1996-07-21  |  4KB  |  147 lines

  1. FLUTE
  2.  
  3. -----------------------------------------------------------------------------------
  4. Welcome to Flute 1.83. Flute is a scripting language for Windows 3.1x and
  5. Windows 95 (It automatically adapts to suit the operating system it does
  6. not need to be reinstalled for Windows 95). We do NOT recommend it for Windows NT.
  7.  
  8. Revision: July 21st 1996
  9.  
  10. Flute supports control of programs using:
  11.     Mouse, Keyboard, menu and other user interface manipulations
  12.     DDE Communications
  13.     OLE Automation
  14.     Windows Acts (functions performed by windows themselves)
  15.  
  16. To Install run SETUP.EXE (you must run setup as it installs registry entries)
  17. and other Windows information. The folder containing setup.exe must only contain
  18. Flute files, so if you obtained this file as a .zip make sure you unzip it into
  19. an *empty* folder.
  20.  
  21. -----------------------------------------------------------------------------------
  22.  
  23. We want you to REGISTER.
  24.  
  25. This is a shareware version. On startup it puts up a pester message which automatically 
  26. disappears. Registering removes that pester message. 
  27.  
  28. The shareware version of Flute may be distributed freely. When you register we send
  29. you a serial number. The serial number is personnel to you. 
  30. DO NOT GIVE AWAY YOUR SERIAL NUMBER. This key number will allow you to unlock
  31. future shareware versions.
  32.  
  33. Future versions of Flute may be retail products rather than shareware. We will
  34. arrange a discount for registered customers.
  35.  
  36. Registration costs
  37.     UKú20
  38.     US$30
  39.     Or equivalent in any currency. We can only accept money orders,
  40.     cheques (any currency) or cash (any currency). 
  41.     In addition you can also pay through the Kagi Shareware company which
  42.     can process all forms of payment including credit cards.
  43.  
  44. -----------------------------------------------------------------------------------
  45. To Register:
  46.  
  47. Select 'Register Flute' from the Help menu. An automated program will take you 
  48. through the various options.
  49.  
  50. -----------------------------------------------------------------------------------
  51. Contacting Us:
  52.  
  53. Email:
  54.     WorkingTitle@cix.compulink.co.uk
  55.  
  56. WWW (With the latest version downloadable):
  57.         http://www.compulink.co.uk/~workingtitle/
  58. Mail:
  59.     WorkingTitle
  60.     59 Copeland Ave
  61.     Whitehaven
  62.     Cumbria
  63.     CA28 9HZ
  64.     UK
  65.  
  66. Tel:
  67.     01946 590 697
  68.     international (+44) 1946 590 697
  69. Fax
  70.     01946 590 565    
  71.     international (+44) 1946 590 565
  72.  
  73.  
  74. -----------------------------------------------------------------------------------
  75.  
  76. What has changed:
  77. -----------------
  78.  
  79. Tooltips to display contents of a variable (when the program is running), help
  80. on functions and commands etc.
  81.  
  82. --(v1.82)
  83.  
  84. Support for Kagi Registering
  85.  
  86. Bug in Check brackets fixed.
  87.  
  88. Add programs icons the the Win95 'Taskbar'.
  89.  
  90. More file commands
  91.  
  92. Bug in 'remove' fixed
  93.  
  94.  
  95. --(v1.81)
  96.  
  97. Recording of window popup menu events.
  98.  
  99. Better recording of scroll bar events.
  100.  
  101. Support for long file names when running on Win'95
  102.  
  103. String manipulation commands.
  104.  
  105. Array sort and search commands.
  106.  
  107. Assorted bug fixing
  108.  
  109. Comms Functions
  110.  
  111. Improved Help with new table of contents
  112.  
  113. --(v1.70)
  114.  
  115. lmultidrag commands, these commands are for dragging across multiple windows.
  116.  
  117. More reliable findwindow command. No longer gets confused by custom edit boxes etc.
  118.  
  119. Better recording of cross window drags.
  120.  
  121. Better recording of keyboard menu events.
  122.  
  123. Better recording of alt-keyboard events and alt-mouse events.
  124.  
  125. Saving and loading raw text files.
  126.  
  127. New more powerful paste mouse actions dialogue.
  128.  
  129. Added a Freeware reminder since this is getting closer and closer to a full release.
  130.  
  131. New Hierarchical paste function dialog box, with buttons to take you to the 
  132. helper windows.
  133.  
  134. FastFindWindow - this is the same as findwindow, but whereas FindWindow will
  135. wait for 5 seconds for a window to appear, FastFindWindow returns immediately.
  136.  
  137. deletefile - deletes a file and returns TRUE or an error as appropriate
  138. e.g. result:=deletefile("d:\1.txt");
  139.  
  140. We have removed subclass.dll and loader.exe, these parts of Flute caused nothing 
  141. but trouble and have been trashed.
  142.  
  143. Swapped window names are now supported, use the paste FindWindow to generate a 
  144. suitable FindWindow command. The Window name is now held in full,
  145. e.g. "Document1 - MSWord", the FindWindow command doesn't know which part is
  146. important, and so it checks the parts before and after the dash separately.
  147.